home *** CD-ROM | disk | FTP | other *** search
/ The World of Computer Software / The World of Computer Software.iso / vsms111.zip / UNIX-MX.DOC < prev    next >
Text File  |  1992-12-13  |  2KB  |  33 lines

  1. MX-DOS version 1.11 by Chris Cappuccio
  2.  
  3. UNIX - MSDOS/MXDOS Command Comparisons
  4.  
  5. Note that almost all of the DOS commands have different syntax then
  6. the unix versions.
  7.  
  8. UNIX   |  MS/MX-DOS  | MX-DOS Version Description
  9. -------|-------------|----------------------------------------------------
  10. ls     | dir         | Display the contents of the current directory
  11. cd     | cd          | Change directories (move from one directory to other)
  12. mkdir  | md          | Create a new directory under the current directory
  13. rmdir  | rd          | Remove an existing directory
  14. cat    | type        | Display the contents of a file
  15. cp     | copy        | Copy a file (or a group of files)
  16. mv     | ren         | Rename a file (DOS cannot move files)
  17. rm     | del         | Delete a file (or a group of files)
  18. lp     | print       | Queue a file for printing
  19. pstat  | print       | Display the printing queue
  20. grep   | find        | List lines in a file that meet criteria
  21. sort   | sort        | Sort lines in a file
  22. ed     | edlin       | Create and edit text
  23. cpio   | xcopy       | Backup and recover files
  24. write  | mc          | *Send a message to another terminal
  25. mail   | mail        | *Send electronic mail to another user
  26. cal    | cal         | *Display a calendar for a year or month
  27. fsck   | fsck        | *Check for missing system files and bad file system
  28. finger | finger      | *Get info on a user or make your plan
  29. less   | less        | *Display files with --more--
  30. passwd | passwd      | *Ask for a password or change the password
  31.  
  32. Command descriptions that begin with * are MX-DOS (not MS-DOS) commands.
  33.